home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / lzpip103.zip / FILE_ID.DIZ < prev    next >
Text File  |  1995-03-03  |  529b  |  15 lines

  1. This archive contains source codes for
  2. 'lzpipe' library, which implements two
  3. most popular compression methods: LZW
  4. and deflate. Both of these methods are
  5. de-facto lossless compression standards;
  6. LZW is used in well-known 'compress'
  7. utility and deflate is used by number of
  8. utilities starting from 'pkzip' by
  9. PKWare Inc. to, let's say, 'gzip'
  10. utility. The library was intended to
  11. give a programming capability analogous
  12. to UNIX pipes for systems like MS-DOS,
  13. but it also allows access to compressed
  14. files as well.
  15.